[EDR Workflows][Serverless] Enable Endpoint exceptions move feature flag#263687
[EDR Workflows][Serverless] Enable Endpoint exceptions move feature flag#263687gergoabraham wants to merge 2 commits intoelastic:mainfrom
Conversation
…ature flag (elastic#260983) > [!CAUTION] > Must be retargeted to 9.4 branch as soon as it's cut. Serverless release will follow later. This PR enables the Security Solution feature flag `endpointExceptionsMovedUnderManagement` to: - hide Endpoint exceptions from Detections and Shared exception list pages, - instead, show Endpoint exceptions under Endpoint / Artifacts, - add an opt-in mechanism to allow users to opt-in to per-policy usage for Endpoint exceptions, - and add export/import functionality to all Endpoint artifacts And in order to do this, it: - adapts some of the tests, - deletes some obsolete ones, including fixtures, - removes Endpoint exception privilege condition for showing Shared exception list page (see [this comment](elastic#239634 (comment))) - enables API documentation (see [this comment](elastic#259598 (comment))) Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - --------- Co-authored-by: Konrad Szwarc <konrad.szwarc@elastic.co>
⏳ Build in-progress, with failures
Failed CI Steps
Test Failures
History |
|
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
Catch flakiness early (recommended)Recommended before merge: run the flaky test runner against this PR to catch flakiness early. Trigger a run with the Flaky Test Runner UI or post this comment on the PR: This check is experimental. Share your feedback in the #appex-qa channel. Posted via Macroscope — Flaky Test Runner nudge |
PhilippeOberti
left a comment
There was a problem hiding this comment.
Code review only, LGTM for the @elastic/security-threat-hunting-investigations team
|
/flaky ftrConfig:x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/configs/ess.config.ts:30 ftrConfig:x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/configs/serverless.config.ts:30 ftrConfig:x-pack/solutions/security/test/security_solution_cypress/cli_config.ts:30 ftrConfig:x-pack/solutions/security/test/security_solution_cypress/serverless_config.ts:30 |
Flaky Test Runner✅ Build triggered - kibana-flaky-test-suite-runner#11690
|
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#11690[✅] x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/configs/ess.config.ts: 30/30 tests passed. |
Summary
This PR enables the Security Solution feature flag
endpointExceptionsMovedUnderManagementon Serverless.Note
Dear reviewers, this PR is the cherry-pick of the PR you already reviewed for 9.4 ESS release:
Original description
This PR enables the Security Solution feature flag
endpointExceptionsMovedUnderManagementto:And in order to do this, it:
comment)
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:*label is applied per the guidelinesRelease Notes
(Note: this is the same as in #260983. If one is updated, update the other one as well.)